From: Debian Science Maintainers Date: Sun, 1 Feb 2026 11:27:02 +0000 (+0100) Subject: cmake-workaround-tbbmemory X-Git-Tag: archive/raspbian/7.9.2+dfsg-4+rpi1^2~2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=fea475ac0155aa8053f879ba66156ef1710e3d1b;p=opencascade.git cmake-workaround-tbbmemory Gbp-Pq: Name 0011-cmake-workaround-tbbmemory.patch --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 68dcc2b49..a3794d9dd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -956,7 +956,7 @@ include_directories (${CMAKE_BINARY_DIR}/${INSTALL_DIR_INCLUDE}) string (REGEX REPLACE ";" " " 3RDPARTY_NO_LIBS "${3RDPARTY_NO_LIBS}") if (3RDPARTY_NO_LIBS) if (BUILD_SHARED_LIBS) - message (SEND_ERROR "Could not find libraries of used third-party products: ${3RDPARTY_NO_LIBS}" ) + message (WARNING "Could not find libraries of used third-party products: ${3RDPARTY_NO_LIBS}" ) else() message (WARNING "Could not find libraries of used third-party products: ${3RDPARTY_NO_LIBS}" ) endif()